Automations

System Automation Commands

  • Version: 1.7.0
  • Official Verified

OpenBots Command group containing system automation commands (Email, File, Folder, Process, System, TextFile).

OpenBots.Commands.SystemAutomation \ Get IMAP Emails Command

Command: Get IMAP Emails Command

This command gets selected emails and their attachments using IMAP protocol.

Parameters

Host

Define the host/service name that the script should use.

Required

Port

Define the port number that should be used when contacting the IMAP service.

Required

Username

Define the username to use when contacting the IMAP service.

Required

Password

Define the password to use when contacting the IMAP service.

Required

Source Mail Folder Name

Enter the name of the mail folder the emails are located in.

Required

Filter

Enter a valid filter string.

Required

Unread Only

Specify whether to retrieve unread email messages only.

Required

Mark As Read

Specify whether to mark retrieved emails as read.

Required

Save MimeMessages and Attachments

Specify whether to save the email attachments to a local directory.

Required

Include Embedded Images

Specify whether to consider images in body as attachments.

Required

Output MimeMessage Directory

Enter or Select the path of the directory to store the messages in.

Required

Output Attachment Directory

Enter or Select the path to the directory to store the attachments in.

Required

Output MimeMessage List Variable

Create a new variable or select a variable from the list.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Error Handling

Optional field for how to handle errors encountered.

Required

Comment Field (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command.

Logo